[winapi] Three questions about editbox ?
Posted
by subSeven
on Stack Overflow
See other posts from Stack Overflow
or by subSeven
Published on 2010-05-14T11:47:40Z
Indexed on
2010/05/14
11:54 UTC
Read the original article
Hit count: 209
Hello! I have three questions about editbox control in WINAPI (i can't find information on msdn about this) 1. How to disable moving typeing cursor with mouse, arrows, backspace in editbox ? I want to make typing like in command line in dos, but with out backspace.
Can I write some piece of text with red color, and another with blue ?
How to write to editbox control from another thread ?
© Stack Overflow or respective owner